home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / kaffe-0.2 / lib / native / java.io / java.io.PrintStream.h < prev    next >
C/C++ Source or Header  |  1996-02-07  |  361b  |  16 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_io_PrintStream */
  4.  
  5. #ifndef _Included_java_io_PrintStream
  6. #define _Included_java_io_PrintStream
  7.  
  8. typedef struct Classjava_io_PrintStream {
  9.   long /* bool */ autoflush;
  10.   long /* bool */ trouble;
  11. } Classjava_io_PrintStream;
  12. HandleTo(java_io_PrintStream);
  13.  
  14.  
  15. #endif
  16.